time.Location.name (field)
10 uses
time (current package)
format.go#L625: buf = append(buf, quote(loc.name)...)
zoneinfo.go#L24: name string
zoneinfo.go#L76: var utcLoc = Location{name: "UTC"}
zoneinfo.go#L104: return l.get().name
zoneinfo.go#L132: name: name,
zoneinfo_read.go#L319: l := &Location{zone: zones, tx: tx, name: name, extend: extend}
zoneinfo_unix.go#L42: localLoc.name = "Local"
zoneinfo_unix.go#L53: localLoc.name = "Local"
zoneinfo_unix.go#L55: localLoc.name = tz
zoneinfo_unix.go#L68: localLoc.name = "UTC"
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |